home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
SYMBOL
/
Symbol Processors
/
Find
/
find-unique
< prev
Wrap
Text File
|
1998-10-23
|
345b
|
11 lines
find-unique symbol-pattern
Removes those symbols that occur twice or more in symbol-pattern. The output can be used as a fill pattern in fill-template, for example.
(find-unique '(a b b c c d))
--> (a b c d)
(fill-template
(pick-symbol ("binary rhythmics:8-bit binary" 0.5 nil a))
(find-unique (gen-trans a 3)))
--> (= a a a = a a =)